testing.common.finished (field)

10 uses

	testing (current package)
		benchmark.go#L243: 	finished := b.finished
		fuzz.go#L624: 			if !f.finished && !f.skipped && !f.failed {
		fuzz.go#L705: 	f.finished = true
		testing.go#L502: 	finished    bool                 // Test function has completed.
		testing.go#L862: 	c.finished = true
		testing.go#L977: 	c.finished = true
		testing.go#L1327: 		finished := t.finished
		testing.go#L1333: 				finished = p.finished
		testing.go#L1351: 			t.finished = true
		testing.go#L1443: 	t.finished = true